home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / FIND.DAT < prev    next >
Text File  |  1991-11-29  |  343b  |  13 lines

  1. Explanation of the FIND command. 
  2. It is EXTERNAL.
  3.  
  4. This command will search for a specific 
  5. string of text in one or more files.
  6.  
  7. Example:
  8.        To look for the string "Hello" in 
  9.        the file Text.bat
  10.        and not have FIND be case-sensitive 
  11.        you would use something like this:
  12.            find /i "Hello" a:text.bat
  13.